UL | NN n/a IE 4 DOM 1 | ||
The UL object reflects the UL element. | |||
HTML Equivalent<UL> | |||
Object Model Reference
|
compact | NN n/a IE 4 DOM 1 | ||
Read/Write | |||
When set to true, the compact property should instruct the browser to render items in the list in a more compact format. This property has no effect in Internet Explorer 4 and is completely unavailable in the Macintosh version. | |||
Exampledocument.all.myUL.compact = true | |||
Value Boolean value: true | false. | |||
|
type | NN n/a IE 4 DOM 1 | ||
Read/Write | |||
The manner in which the leading item markers in the list are displayed. | |||
Exampledocument.all.myUL.type = "square" | |||
Value Any one of the constant values (as a string): circle | disc | square. | |||
|